projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
267f705
)
(info-lookup): Fix error message typo.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 28 Dec 2002 21:28:56 +0000
(21:28 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 28 Dec 2002 21:28:56 +0000
(21:28 +0000)
lisp/info-look.el
patch
|
blob
|
history
diff --git
a/lisp/info-look.el
b/lisp/info-look.el
index f8b56bc55e776c65b8b6e96f98d8ef72fc5c41fa..1de84d3e4216b7d59367f791e7a8318fc480b574 100644
(file)
--- a/
lisp/info-look.el
+++ b/
lisp/info-look.el
@@
-392,7
+392,7
@@
If optional argument QUERY is non-nil, query for the help mode."
;; info buffer since that can print messages
(unless (or ignore-case
(string-equal item (car entry)))
- (message "Found in differnt case: %s" (car entry)))
+ (message "Found in differ
e
nt case: %s" (car entry)))
(or doc-found
(error "Info documentation for lookup was not found"))
;; Don't leave the Info buffer if the help item couldn't be looked up.